broadway: Remove unused includes
authorTarnyko <tarnyko@tarnyko.net>
Thu, 13 Jun 2013 16:09:32 +0000 (18:09 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 13 Jun 2013 16:09:32 +0000 (18:09 +0200)
gdk/broadway/gdkbroadway-server.c
gdk/broadway/gdkdisplay-broadway.c
gdk/broadway/gdkwindow-broadway.c

index 78707dc9eb4f63e653dd29837f5b56ae3015319a..058f8782e1bc881eac99271621cede0d69a44bc2 100644 (file)
@@ -18,9 +18,6 @@
 #include <errno.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <netinet/tcp.h>
 
 typedef struct BroadwayInput BroadwayInput;
 
index 58c4622cdf7338b274132b0b1b9a6377b0991129..e3d4426b31ce261ed4d9affb73aa0d77e7b00f7c 100644 (file)
@@ -39,9 +39,6 @@
 #include <errno.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <netinet/tcp.h>
 
 static void   gdk_broadway_display_dispose            (GObject            *object);
 static void   gdk_broadway_display_finalize           (GObject            *object);
index 4c5696852a18a0be37529ac26970c575b6a60aa8..fe7396ec7275d73f5263e7e3ff900afc96fea79a 100644 (file)
@@ -39,8 +39,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <netinet/in.h>
-#include <unistd.h>
 
 /* Forward declarations */
 static void     gdk_window_broadway_set_background     (GdkWindow      *window,